home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / wgmdms35.zip / WGM-DMS.CFG < prev    next >
Text File  |  1992-01-17  |  14KB  |  303 lines

  1. ;╔══════════════════════════════════════════════════════════════════════════╗
  2. ;║                             GLOBAL PARAMETERS                            ║
  3. ;╚══════════════════════════════════════════════════════════════════════════╝
  4. ;
  5. ; This should be self-explanatory.
  6. SYSOP=WAYNE MAAS
  7. ;────────────────────────────────────────────────────────────────────────────
  8. ; The offical release of the software will need a serial number that will be
  9. ; generated from the Sysop's name instead of the BBS name.  This is not used
  10. ; in the beta version.
  11. REGCODE=000000
  12. ;────────────────────────────────────────────────────────────────────────────
  13. ; Your BBS Name as you want it to appear with the files created by WGM-DMS.
  14. BBSNAME=WGM Computer Consulting Bulletin Board System
  15. ;────────────────────────────────────────────────────────────────────────────
  16. ; This is the drive,path and filename of the PCBOARD.DAT file.
  17. PCBOARD=D:\PCB\PCBOARD.DAT
  18. ;────────────────────────────────────────────────────────────────────────────
  19. ; This can be either a YES or a NO entry.  YES, you want backups or NO you
  20. ; do not.  I highly suggest you leave this to YES.  The directory files will
  21. ; be backed up using a standard namimg convention.  It is BAKaaaaa.bbb where
  22. ; aaaaa is the conference number (with leading zeros) and bbb is the directory
  23. ; number.
  24. BACKUP=YES
  25. ;────────────────────────────────────────────────────────────────────────────
  26. ; This is where you want to place all the backups WGM-DMS creates.  If it
  27. ; doesn't exist, WGM-DMS will create it.  Since there is only one backup
  28. ; directory, using the above naming convention was necessary to prevent the
  29. ; overwriting of backed up files of the same names within different
  30. ; conferences.
  31. BACKUPPATH=D:\PCB\BACKUP
  32. ;────────────────────────────────────────────────────────────────────────────
  33. ; This can be either a YES or a NO entry.  YES, you want WGM-DMS to log all
  34. ; of the programs activity.
  35. USELOG=YES
  36. ;────────────────────────────────────────────────────────────────────────────
  37. ; This is the drive,path and filename of the log file to use to log all of
  38. ; WGM-DMS's activity.
  39. LOGFILE=WGM-DMS.LOG
  40. ;────────────────────────────────────────────────────────────────────────────
  41. ; This can be either a YES or a NO entry.  YES, you want the PRIVATE
  42. ; directories to be shown in any output files or NO you do not.
  43. SHOWPRIVATE=YES
  44. ;────────────────────────────────────────────────────────────────────────────
  45. ; This is the drive and/or path to the text files that WGM-DMS will look in
  46. ; when WGM-DMS attempts to insert text files into the various outputs
  47. ; created.
  48. INSERTPATH=D:\PCB\GEN
  49. ;
  50. ; The following is a list of file formats WGM-DMS will use in determining
  51. ; to insert a specific text file or a global file.
  52. ;
  53. ; Output                    Specific         Global
  54. ;───────────────────────────────────────────────────────────────────────────
  55. ; Headers                   DRXaaaaa.bbb     DRXINSRT.TXT
  56. ; (see note below)          DRXaaaaa.
  57. ; Conference DIR            DIRaaaaa.        DIRINSRT.TXT
  58. ; Bulletins                 BLTaaaaa.        BLTINSRT.TXT
  59. ;
  60. ; where:
  61. ;       [aaaaa] is the conference number where the file will be used.
  62. ;               This is filled with leading zeros when WGM-DMS trys to
  63. ;               determine the filename.
  64. ;       [bbb]   is the current directory number within the conference.
  65. ;               This is also filled with leading zeros when the filename
  66. ;               to insert is determined.
  67. ;
  68. ;EXAMPLES:
  69. ;    To insert a unique text file into Conference #1 Directory #22, WGM-DMS
  70. ;    will look for a file named DRX00001.022.  That is 00001 for conference
  71. ;    #1 and 022 for file directory #22.  If it finds it, it will insert it
  72. ;    AFTER the header.
  73. ;
  74. ;    To insert a unique text file into conference #1 DIR file, WGM-DMS will
  75. ;    look for a file named DIR00001.  That is 00001 for conference #1.
  76. ;
  77. ;NOTE:
  78. ;    To insert a text file into all directories with in a specific conference
  79. ;    leave the extension off the filename.  An example would be if you want
  80. ;    to insert the same text file into all the directories in a conference
  81. ;    but not in any other conference, you would leave off the extension
  82. ;    (which indicates the dir #).  To insert a text file into all directories
  83. ;    within conference #5 all you need is a text file using the naming
  84. ;    construct above which is DRX00005.
  85. ;
  86. ;╔══════════════════════════════════════════════════════════════════════════╗
  87. ;║                             HEADER PARAMETERS                            ║
  88. ;╚══════════════════════════════════════════════════════════════════════════╝
  89. ;
  90. ; This tells WGM-DMS what conferences to process. These can be formatted
  91. ; by stating HDRPROCESS=0,1,2,3,4,5  or by stating HDRPROCESS=0-5. WGM-DMS
  92. ; will process the conferences either way you state them.
  93. HDRPROCESS=ALL
  94. ;────────────────────────────────────────────────────────────────────────────
  95. ; This tells WGM-DMS to use the detachable headers option so PCBFiler won't
  96. ; screw up the headers.  This uses the %FILESPEC option in PCBoard v.14.5a.
  97. ; If you are not running PCBoard 14.5a then set this to NO.
  98. HDRDETACHABLE=YES
  99. ;────────────────────────────────────────────────────────────────────────────
  100. ; This is the drive, path and filename in which you want to store all of
  101. ; the headers for PCBoard that WGM-DMS creates.  WGM-DMS uses a naming
  102. ; convention that will not overwrite headers of the same names that are
  103. ; in different conferences.  If the directory doesn't exist, WGM-DMS will
  104. ; attempt to create it.  If an error is encountered WGM-DMS will place the
  105. ; headers in the directory where the PCBoard directory files are stored.
  106. HDRDETACHPATH=D:\PCB\HDRS
  107. ;────────────────────────────────────────────────────────────────────────────
  108. ; This entry is a number in the range of 1-5 or 10-15. This will allow you to
  109. ; select one of the canned styles that DMS uses. There are examples within
  110. ; the ZIP file.
  111. HDRSTYLE=2
  112. ;────────────────────────────────────────────────────────────────────────────
  113. ;These are the PCBoard @X codes to use for the colors.
  114. ;
  115. ; This is the color of the header frame.
  116. HDRFRAME=@X1A
  117. ;
  118. ; This is the color of the bbs name within the header.
  119. HDRBOARD=@X1D
  120. ;
  121. ; This is the color of the directory description within the header.
  122. HDRDESCR=@X1E
  123. ;
  124. ; This is the color of the text within the header.
  125. HDRTEXTS=@X1B
  126. ;
  127. ; This is the color of the numeric information within the header.
  128. HDRSTATS=@X1C
  129. ;
  130. ; This is the color of the time and date stamp within the header.
  131. HDRSTAMP=@X1F
  132. ;
  133. ;╔══════════════════════════════════════════════════════════════════════════╗
  134. ;║                       CONFERENCE DIR PARAMETERS                          ║
  135. ;╚══════════════════════════════════════════════════════════════════════════╝
  136. ;
  137. ; This tells WGM-DMS what conferences to process. These can be formatted
  138. ; by stating DIRPROCESS=0,1,2,3,4,5  or by stating DIRPROCESS=0-5. WGM-DMS
  139. ; will process the conferences either way you state them.
  140. DIRPROCESS=ALL
  141. ;────────────────────────────────────────────────────────────────────────────
  142. ;These are the PCBoard @X codes to use for the colors.
  143. ;
  144. ; This is the color of the conference DIR header frame.
  145. DIRFRAME=@X1A
  146. ;
  147. ; This is the color of the bbs name within the conference DIR header.
  148. DIRBOARD=@X1D
  149. ;
  150. ; This is the color of the conference DIR description within the conference
  151. ; DIR header.
  152. DIRDESCR=@X1E
  153. ;
  154. ; This is the color of the text within the conference DIR header.
  155. DIRTEXTS=@X1B
  156. ;
  157. ; This is the color of the numeric information within the conference DIR
  158. ; footer.
  159. DIRSTATS=@X1C
  160. ;
  161. ; This is the color of the time and date stamp within the conference DIR
  162. ; header.
  163. DIRSTAMP=@X1F
  164. ;
  165. ; This is the color of the directory number within the main body of the
  166. ; conference DIR.
  167. DIRDIRNO=@X0F
  168. ;
  169. ; This is the color of the directory description within the main body of the
  170. ; conference DIR.
  171. DIRDIRTX=@X0D
  172. ;
  173. ; This is the color of the number of files within the main body of the
  174. ; conference DIR.
  175. DIRFILES=@X0C
  176. ;
  177. ; This is the color of the number of bytes within the main body of the
  178. ; conference DIR.
  179. DIRBYTES=@X0B
  180. ;
  181. ;╔══════════════════════════════════════════════════════════════════════════╗
  182. ;║                          SYSTEM BLT PARAMETERS                           ║
  183. ;╚══════════════════════════════════════════════════════════════════════════╝
  184. ;
  185. ; This is the filename of the bulletin you wish to create.
  186. BLTFNAME=D:\TP\PCB\DMS35\BLT01
  187. ;────────────────────────────────────────────────────────────────────────────
  188. ; This tells WGM-DMS what conferences to process. These can be formatted
  189. ; by stating DIRPROCESS=0,1,2,3,4,5  or by stating DIRPROCESS=0-5. WGM-DMS
  190. ; will process the conferences either way you state them.
  191. BLTPROCESS=ALL
  192. ;────────────────────────────────────────────────────────────────────────────
  193. ; This entry is a number in the range of 1-2. This will allow you to select
  194. ; one of the canned styles that DMS uses. There are examples within the ZIP
  195. ; file. (There are currently only 2 styles, 1=detail and 2=summary.)
  196. BLTSTYLE=1
  197. ;────────────────────────────────────────────────────────────────────────────
  198. ; Since you can have up to 99 bulletin files, all you need to do is add an
  199. ; additional set of the bulletin keywords and WGM-DMS will assume you want
  200. ; additional bulletin files.
  201. ;
  202. BLTFNAME=D:\TP\PCB\DMS35\BLT02
  203. BLTPROCESS=ALL
  204. BLTSTYLE=2
  205. ;────────────────────────────────────────────────────────────────────────────
  206. ;These are the PCBoard @X codes to use for the colors.
  207. ;
  208. ; This is the color of the bulletin header frame.
  209. BLTFRAME=@X1A
  210. ;
  211. ; This is the color of the bbs name within the bulletin header.
  212. BLTBOARD=@X1B
  213. ;
  214. ; This is the color of the directory description within the bulletin header.
  215. BLTDESCR=@X1C
  216. ;
  217. ; This is the color of the text within the bulletin header.
  218. BLTTEXTS=@X1D
  219. ;
  220. ; This is the color of the numeric information within the bulletin
  221. ; footer.
  222. BLTSTATS=@X1E
  223. ;
  224. ; This is the color of the time and date stamp within the bulletin header.
  225. BLTSTAMP=@X1F
  226. ;
  227. ; This is the color of the conference name in the bulletin detail section.
  228. BLTCNAME=@X0A
  229. ;
  230. ; This is the color of the directory number in the bulletin detail section.
  231. BLTDIRNO=@X0B
  232. ;
  233. ; This is the color of the directory description in the bulletin detail
  234. ; section.
  235. BLTDIRTX=@X0C
  236. ;
  237. ; This is the color of the directory files in the bulletin detail section.
  238. BLTFILES=@X0D
  239. ;
  240. ; This is the color of the directory bytes in the bulletin detail section.
  241. BLTBYTES=@X0E
  242. ;
  243. ;╔══════════════════════════════════════════════════════════════════════════╗
  244. ;║                     MASTER FILE LISTING PARAMETERS                       ║
  245. ;╚══════════════════════════════════════════════════════════════════════════╝
  246. ; This is the text file that contains the comment to be added to the master
  247. ; file listing compressed file.
  248. ;
  249. LSTCOMMENT=D:\TP\PCB\DMS35\COMMENT.WGM
  250. ;────────────────────────────────────────────────────────────────────────────
  251. ; This is a character string that will be added to the top of every page in
  252. ; the master file listings.
  253. ;
  254. LSTHEADER=█▓▒░█▓▒░█▓▒░█▓▒░ WGM Computer Consulting Bulletin Board System ░▒▓█░▒▓█░▒▓█░▒▓█
  255. ;────────────────────────────────────────────────────────────────────────────
  256. ; This is the filename of the master file you wish to create.  DO NOT add a
  257. ; file extension to this file.  Unexpected results can occur. Please note
  258. ; that if you are using the MAXNUMDIRS= option that DMS will only use the
  259. ; first 5 characters of the filename.  This is so DMS can accomodate uo to
  260. ; 999 file directories.
  261. LSTFNAME=D:\PCB\GEN\ALLFILES
  262. ;────────────────────────────────────────────────────────────────────────────
  263. ; This tells WGM-DMS what conferences to process. These can be formatted
  264. ; by stating LSTPROCESS=0,1,2,3,4,5  or by stating LSTPROCESS=0-5. WGM-DMS
  265. ; will process the conferences either way you state them.
  266. LSTPROCESS=ALL
  267. ;────────────────────────────────────────────────────────────────────────────
  268. ; This next keyword tells WGM-DMS what PCBoard(tm) directory file contains
  269. ; the file's name,size,date and description so that the filesize and date
  270. ; will be updated correctly.
  271. LSTDIRFILE=D:\PCB\GEN\UPLOADS
  272. ;────────────────────────────────────────────────────────────────────────────
  273. ;**NEW**
  274. ; This next keyword tells WGM-DMS that you want to split your master file
  275. ; listings in (xx) number of directories per compressed file.  If you do not
  276. ; want to use this feature set this to a value of 0.
  277. LSTNUMDIRS=0
  278. ;────────────────────────────────────────────────────────────────────────────
  279. ;**NEW**
  280. ; This next keyword tells WGM-DMS that you want to only output files in your
  281. ; directory listings that are (xx) number of days old.  This is good to
  282. ; create a master file listings that is (xx) days old so your users won't
  283. ; have to download a complete listing. If you do not want to use this feature
  284. ; set this to a value of 0.
  285. LSTMAXDAYS=0
  286. ;────────────────────────────────────────────────────────────────────────────
  287. ; Since you can have up to 99 master listing files, all you need to do is
  288. ; add an additional set of keywords and WGM-DMS will assume you want
  289. ; additional master file listings.
  290. ;
  291. LSTFNAME=D:\pcb\gen\FILES
  292. LSTPROCESS=ALL
  293. LSTDIRFILE=D:\PCB\GEN\UPLOADS
  294. LSTNUMDIRS=5
  295. LSTMAXDAYS=0
  296. ;────────────────────────────────────────────────────────────────────────────
  297. LSTFNAME=D:\pcb\gen\NEWFILES
  298. LSTPROCESS=ALL
  299. LSTDIRFILE=D:\PCB\GEN\UPLOADS
  300. LSTNUMDIRS=0
  301. LSTMAXDAYS=60
  302.  
  303.